home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / stale_erq < prev    next >
Text File  |  2001-04-06  |  472b  |  18 lines

  1. SYNOPSIS
  2.         void stale_erq (closure callback)
  3.  
  4. DESCRIPTION
  5.         Notify the loss of the erq demon.
  6.         Argument is the callback closure set for an erq request.
  7.  
  8.         If the erq connection dies prematurely, the driver will call
  9.         this lfun for every pending request with set callback. This
  10.         function should notify the originating object that the answer
  11.         will never arrive.
  12.  
  13. HISTORY
  14.         Introduced in 3.2.1@61.
  15.  
  16. SEE ALSO
  17.         erq(C)
  18.